home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 23
/
Amiga Format AFCD23 (Feb 1998, Issue 107).iso
/
-in_the_mag-
/
emulation
/
computers
/
fmsx_1.4
/
arexx
/
loadcartridge.fmsx
< prev
next >
Wrap
Text File
|
1997-12-12
|
229b
|
15 lines
/* This is an ARexx script for use with fMSX Amiga.
$VER: loadcartridge.fmsx 1.4 (12.5.97)
This script loads a cartridge into fMSX and runs it.
*/
parse arg cartridgename
address FMSX.0
loadcartridge1 cartridgename
reset